Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix/1.7.37 #1399

Merged
merged 3 commits into from
Jul 17, 2024
Merged

Hotfix/1.7.37 #1399

merged 3 commits into from
Jul 17, 2024

Conversation

ameyapat
Copy link
Contributor

Proposed changes

This pull request primarily involves the addition of a new account type, MSIDAccountTypeADFS, to handle On-prem ADFS scenarios in the IdentityCore library. The changes are reflected in the enumeration MSIDAccountType and the associated account type handling methods. The changelog has also been updated to reflect this new feature.

Here are the key changes:

Type of change

  • Feature work
  • Bug fix
  • Documentation
  • Engineering change
  • Test
  • Logging/Telemetry

Risk

  • High – Errors could cause MAJOR regression of many scenarios. (Example: new large features or high level infrastructure changes)
  • Medium – Errors could cause regression of 1 or more scenarios. (Example: somewhat complex bug fixes, small new features)
  • Small – No issues are expected. (Example: Very small bug fixes, string changes, or configuration settings changes)

Additional information

@ameyapat ameyapat requested a review from a team as a code owner July 17, 2024 22:11
@ameyapat ameyapat requested review from jasoncoolmax and Veena11 July 17, 2024 22:11
@@ -53,7 +56,8 @@ + (MSIDAccountType)accountTypeFromString:(NSString *)type

sAccountTypes = @{@"aad": @(MSIDAccountTypeAADV1),
@"msa": @(MSIDAccountTypeMSA),
@"mssts": @(MSIDAccountTypeMSSTS)};
@"mssts": @(MSIDAccountTypeMSSTS),
@"adfs": @(MSIDAccountTypeADFS)};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: fix the identation

Suggested change
@"adfs": @(MSIDAccountTypeADFS)};
@"adfs": @(MSIDAccountTypeADFS)};

@ameyapat ameyapat merged commit 9ef90be into main Jul 17, 2024
7 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants